home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / scrbdr4c.zip / SAMPLE.CFG < prev    next >
Text File  |  1992-07-21  |  4KB  |  71 lines

  1. COM1                           =>  Default Comm Port # [F] | [BaseAddress] [IRQ]
  2. Christopher                    =>  Sysop's First Name
  3. Hall                           =>  Sysop's Last Name
  4. PC Network                     =>  Bulletin Board Name
  5. D:\BBS\QBBS                    =>  [Path\]DoorType (see Notes below)
  6. D:\BBS\SCRABBLE\SCRABBLE.DIC   =>  [Path\]Scrabble.Dic
  7. D:\BBS\FILES\STATUS.ANS        =>  [Path\]Ansi Status Bulletin Name
  8. D:\BBS\FILES\STATUS.ASC        =>  [Path\]Ascii Status Bulletin Name
  9. D:\BBS\FILES\TOPTEN.ANS        =>  [Path\]Ansi TopTen Bulletin Name
  10. D:\BBS\FILES\TOPTEN.ASC        =>  [Path\]Ascii TopTen Bulletin Name
  11. D:\BBS\FILES\HISTORY.TXT       =>  [Path\]Ascii Game History File
  12. 3                              =>  Number of Games Allowed per Player
  13. 3                              =>  Word Guesses Allowed before Forced Pass
  14. 300                            =>  Time Limit for No Activity (seconds)
  15. 3                              =>  Days to Keep Completed Games
  16. 20                             =>  Max Number of Games Allowed
  17. YES                            =>  Use Direct Screen Writes? [YES|NO]
  18. 19200                          =>  [Locked_Baud_Rate][NO]
  19. CTS                            =>  [CTS][NOCTS]
  20. YES                            =>  AutoQkTerm Checking [YES|NO]
  21. YES                            =>  Keep Port Settings? [YES|NO]
  22. BEEP                           =>  BEEP | NOBEEP
  23. PRIVATE                        =>  PRIVATE | NOPRIVATE
  24. PC Network - Home of Scrabble  =>  Extra Line for Main Menu Title
  25. -Eof-
  26. ---------------------------------------------------------------------------
  27. Notes:
  28.  
  29. Please remove the Comment Lines from your Scrabble.Cfg file!
  30.  
  31. RBBS and OSIRIS require the Node # to be appended to the DoorType Keyword,
  32. otherwise, it would be impossible to determine the proper Exit File name.
  33.  
  34. This file should be renamed to 'Scrabble.Cfg'
  35.  
  36. The Path to the DoorType is the complete path specification to your BBS
  37. Door information file with THIS MAJOR EXCEPTION!
  38.  
  39.          *** DO NOT LIST THE FILENAME *** LIST THE DOORTYPE ***
  40.  
  41. [Path\]DoorType of:
  42.  
  43. DOOR    (Standard Door.Sys)  GAP     (Generic/Gap)    GT      (GTPowerComm)
  44. GT5     (GT v15.5)           GENESIS (Genesis)        OS#     (Osiris)
  45. OSSE### (Osiris SE)          PCB     (PCBoard 14xx)   QBBS    (QuickBBS)
  46. RA      (Remote Access)      RBBS#   (RBBS v17+)      SPIT    (SpitFire)
  47. WC30    (WildCat v3.0+)      WWIV    (World War IV)   WildCat (WildCat)
  48.  
  49.      eg.  C:\BBS\RBBS1      (Reads C:\BBS\DorInfo1.Def)
  50.           QBBS              (Reads DorInfo1.Def in current directory)
  51.           D:\PCBoard\PCB    (Reads D:\PCBoard\PCBoard.Sys)
  52.           OS3               (Reads ExtInfo3.QBS in current directory)
  53.           OSSE256           (Read Out256.QBS in current directory)
  54.           RBBS2             (Reads DorInfo2.Def in current directory)
  55.           D:\BBS\SPIT       (Reads D:\BBS\SFDoors.Dat)
  56.           C:\BBS\WC30       (Reads C:\BBS\UserInfo.Dat)
  57.           etc.
  58.  
  59. The path to the Dictionary was added so that multiple copies of the game
  60. can access the same Dictionary file.
  61.  
  62. FOSSIL support is enabled by specifying 'F' after the COMx line:
  63. Eg. COM2 F
  64.  
  65. The optional BaseAddress and IRQ parameters for the COMM Port entry were
  66. added for support of non-standard COMM Port entries.  Note the required
  67. '$' preceding the entries - this specifies hexidecimal notation.
  68.  
  69. Eg.  COM3 $3F8 $3 - This option MAY NOT be used with FOSSIL support.
  70.  
  71.